home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 027a / cbutton.zip / README.TXT < prev    next >
Text File  |  1991-10-24  |  889b  |  30 lines

  1. This is a sample Get reader I have that allows you to treat a logical
  2. variable as a button.  the syntax is very similiar to the normal @ get's.
  3.  
  4.     
  5.     @ <row>, <col> PE BUTTON <lVar> ON <cOnChar> OFF <cOffChar>
  6.                       [VALID <valid>] [WHEN <when>]
  7.                       [COLOR <cColor>] [SEND <msg>]
  8.  
  9.  
  10. Take a look at pe.ch to see all of the possible variations that the
  11. command allows (and also to see the function calls if you prefer udf's)
  12.  
  13. This zip file contains the following files:
  14.  
  15.     readme.txt
  16.     pe.ch       // include file for button commands
  17.     pe.prg      // source for button commands
  18.     test.prg    // test program showing samples
  19.     test.rmk    // make file for test program
  20.  
  21.  
  22.  
  23. This routine is placed in the public domain.
  24.  
  25. If you have any questions you can reach me on CIS 73310,3013.
  26.  
  27. Mike Taylor
  28. Taylor Data Services
  29.  
  30.